Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[extruder*] config: Allow nonsequential extruders #6841

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Igorshp
Copy link

@Igorshp Igorshp commented Feb 27, 2025

There are a myriad of toolchanger setups out there, but one common thing is they define the tools in individual files:

[include ./tool0.cfg]
[include ./tool1.cfg]
[include ./tool2.cfg]

Currently, commenting out tool1 from the config, causes a config validation (invalid section: extruder2) error and klipper shutdown.

This change allows for non sequential extruder definitions to exist and is specially useful when performing maintenance and one toolhead needs to be taken out of config, like so:

[include ./tool0.cfg]
#[include ./tool1.cfg]
[include ./tool2.cfg]

I hope I'm not missing any side effects, I've been running a week without issues.

non sequential extruders are useful for toolchanger setups when performing maintenance and one toolhead needs to be taken out of  config.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant